Skip to main content

infinity

Type

constant

Summary

The floating point value representing positive infinity

Syntax

infinity

Description

Use infinity to access the floating point value representing positive infinity.

note

When infinity is used as an input value in a math operation, the operation will not throw an execution error regardless of the result of the operation.

Examples

put 1 + infinity -- "inf"

glossary: math operation

Thank you for your feedback!

Was this page helpful?